aboutsummaryrefslogtreecommitdiff
path: root/home/.xinitrc
blob: c730f508cd0d3558a43cad63c7c3f8ea51581603 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Disable access control for the current user
xhost +SI:localuser:$USER

# Make Java applications aware this is a non-reparenting window manager
export _JAVA_AWT_WM_NONREPARENTING=1

# Set default cursor
xsetroot -cursor_name XC_crosshair

# Set keyboard repeat rate
xset r rate 200 60

# Start emacs
exec dbus-launch --exit-with-session emacs --debug-init